Add dependencies for two-factor authentication in Icinga Web#53
Merged
Add dependencies for two-factor authentication in Icinga Web#53
Conversation
Al2Klimov
previously requested changes
Oct 24, 2025
Member
Al2Klimov
left a comment
There was a problem hiding this comment.
- There are merge conflicts
- composer.lock is unchanged
- chillerlan/php-qrcode is under Apache-2.0 which is incompatible with GPL-2.0
jrauh01
added a commit
to Icinga/icingaweb2
that referenced
this pull request
Dec 1, 2025
Requires `endroid/qr-code` library in Icinga/icinga-php-thirdparty#53. Because we use **GPL-2.0** license for Icinga Web: - `chillerlan/php-qrcode: **Apache-2.0** (incompatible) - `endroid/qr-code`: **MIT** (compatible)
jrauh01
added a commit
to Icinga/icingaweb2
that referenced
this pull request
Dec 2, 2025
Requires `endroid/qr-code` library in Icinga/icinga-php-thirdparty#53. Because we use **GPL-2.0** license for Icinga Web: - `chillerlan/php-qrcode: **Apache-2.0** (incompatible) - `endroid/qr-code`: **MIT** (compatible)
jrauh01
added a commit
to Icinga/icingaweb2
that referenced
this pull request
Dec 2, 2025
Requires `endroid/qr-code` library in Icinga/icinga-php-thirdparty#53. Because we use **GPL-2.0** license for Icinga Web: - `chillerlan/php-qrcode: **Apache-2.0** (incompatible) - `endroid/qr-code`: **MIT** (compatible)
Contributor
|
I switched the library for QR code generation to This library requires the GD extension for php! |
jrauh01
added a commit
to Icinga/icingaweb2
that referenced
this pull request
Dec 9, 2025
Requires `endroid/qr-code` library in Icinga/icinga-php-thirdparty#53. Because we use **GPL-2.0** license for Icinga Web: - `chillerlan/php-qrcode: **Apache-2.0** (incompatible) - `endroid/qr-code`: **MIT** (compatible)
jrauh01
added a commit
to Icinga/icingaweb2
that referenced
this pull request
Dec 9, 2025
Requires `endroid/qr-code` library in Icinga/icinga-php-thirdparty#53. Because we use **GPL-2.0** license for Icinga Web: - `chillerlan/php-qrcode: **Apache-2.0** (incompatible) - `endroid/qr-code`: **MIT** (compatible)
jrauh01
added a commit
to Icinga/icingaweb2
that referenced
this pull request
Dec 9, 2025
Requires `endroid/qr-code` library in Icinga/icinga-php-thirdparty#53. Because we use **GPL-2.0** license for Icinga Web: - `chillerlan/php-qrcode: **Apache-2.0** (incompatible) - `endroid/qr-code`: **MIT** (compatible)
jrauh01
added a commit
to Icinga/icingaweb2
that referenced
this pull request
Dec 11, 2025
Requires `endroid/qr-code` library in Icinga/icinga-php-thirdparty#53. Because we use **GPL-2.0** license for Icinga Web: - `chillerlan/php-qrcode: **Apache-2.0** (incompatible) - `endroid/qr-code`: **MIT** (compatible)
jrauh01
added a commit
to Icinga/icingaweb2
that referenced
this pull request
Dec 12, 2025
Requires `endroid/qr-code` library in Icinga/icinga-php-thirdparty#53. Because we use **GPL-2.0** license for Icinga Web: - `chillerlan/php-qrcode: **Apache-2.0** (incompatible) - `endroid/qr-code`: **MIT** (compatible)
jrauh01
added a commit
to Icinga/icingaweb2
that referenced
this pull request
Dec 12, 2025
Requires `endroid/qr-code` library in Icinga/icinga-php-thirdparty#53. Because we use **GPL-2.0** license for Icinga Web: - `chillerlan/php-qrcode: **Apache-2.0** (incompatible) - `endroid/qr-code`: **MIT** (compatible)
Member
|
Please rebase and remove the vendor files. If you want to share a build with someone, please create a different branch. |
Member
|
@Jan-Schuppik @jrauh01 We no longer have license issues as Icinga Web is now GPLv3 - is the library decision final? In any case, please rebase. |
jrauh01
added a commit
to Icinga/icingaweb2
that referenced
this pull request
Apr 21, 2026
Requires `endroid/qr-code` library in Icinga/icinga-php-thirdparty#53. Because we use **GPL-2.0** license for Icinga Web: - `chillerlan/php-qrcode: **Apache-2.0** (incompatible) - `endroid/qr-code`: **MIT** (compatible)
jrauh01
added a commit
to Icinga/icingaweb2
that referenced
this pull request
Apr 30, 2026
Requires `endroid/qr-code` library in Icinga/icinga-php-thirdparty#53. Because we use **GPL-2.0** license for Icinga Web: - `chillerlan/php-qrcode: **Apache-2.0** (incompatible) - `endroid/qr-code`: **MIT** (compatible)
Contributor
|
Just rebased. The library decision is now final. |
jrauh01
added a commit
to Icinga/icingaweb2
that referenced
this pull request
Apr 30, 2026
Requires `endroid/qr-code` library in Icinga/icinga-php-thirdparty#53. Because we use **GPL-2.0** license for Icinga Web: - `chillerlan/php-qrcode: **Apache-2.0** (incompatible) - `endroid/qr-code`: **MIT** (compatible)
Member
|
@jrauh01 Please rebase 😆 |
Contributor
|
Rebased! 😆 |
lippserd
approved these changes
Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the packages required by the icingaweb2 feature Two Factor Authentication V2.
Packages: